Skip to main content

Auto Staking

ICA

The above figure shows the compounding process that starts from Supernova:

  1. The bot, which is exists outside of the blockchain but functions in a predetermined way, automatically triggers the compounding via ICA calls.

Authz

The above figure shows the compounding process that starts from Cosmos, Gaia:

  1. Keeper, a multisig or DAO account, directly requests compounding without going through IBC.

Of course, periodic and frequent compounding is recommended to maximize profit. Therefore, we designed and implemented a robust auto-compounding design that can be implemented even if there are temporary technical issues occur on Supernova blockchain.For example, triggering auto-compounding for ATOMs can be performed in two ways:

  • The first one is to request compounding through the ICA Call from Supernova, as mentioned above.
  • The second method is to request compounding directly from Gaia’s account, which is authorized through Authz.

The latter can perform the compounding process even if the Supernova chain faces techincal issues. Therefore, we can say the auto-compounding of Supernova is robust.